.hot-recommend .header {
  display: flex;
  justify-content: space-between;
  padding-left: 9px;
}
.hot-recommend .header .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #19212C;
  position: relative;
}
.hot-recommend .header .title:after {
  content: '';
  width: 4px;
  height: 18px;
  background: #3D7EFF;
  position: absolute;
  left: -8px;
  top: 5px;
}
.hot-recommend .header > a {
  display: flex;
  align-items: center;
  color: #B7B7B7;
  font-size: 14px;
}
.hot-recommend .header > a img {
  width: 20px;
}
.hot-recommend .header > a:hover {
  color: #B7B7B7;
}
.hot-recommend .recommend-list .hot-course {
  display: block;
  background: #FFFFFF;
  border: 2px solid #F2F5F9;
  border-radius: 8px;
  padding: 16px 14px 16px 16px;
  box-sizing: border-box;
  margin-top: 12px;
}
.hot-recommend .recommend-list .hot-course .title {
  font-size: 16px;
  font-weight: 500;
  color: #2B2B2B;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hot-recommend .recommend-list .hot-course .desc {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
}
.hot-recommend .recommend-list .hot-course .teachers {
  display: flex;
  height: 66px;
}
.hot-recommend .recommend-list .hot-course .teachers .teacher-item {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hot-recommend .recommend-list .hot-course .teachers .teacher-item .teacher-aviator {
  background-size: 100%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  margin: 12px 0 4px 0;
}
.hot-recommend .recommend-list .hot-course .teachers .teacher-item .teacher-name {
  font-size: 12px;
  font-weight: 500;
  color: #2B2B2B;
}
.hot-recommend .recommend-list .hot-course .count-sale {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.hot-recommend .recommend-list .hot-course .count-sale span:first-child {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.hot-recommend .recommend-list .hot-course .count-sale span:last-child {
  font-size: 20px;
  font-weight: 500;
  color: #F6685C;
}
.hot-recommend .recommend-list .hot-course:hover {
  border: 2px solid #ffffff;
  box-shadow: 6px 3px 27px rgba(0, 0, 0, 0.06);
}
.hot-recommend .recommend-list .hot-course:first-child {
  margin-top: 16px;
}
/*# sourceMappingURL=hotRecommend.css.map */